<%include file="header_archive.html" />

This archive is not moderated. In case of copyright infringement or similar problem, please contact us to request the removal of some images. Some archived content may be deleted by the editorial board for size matters, inadequate content, user requests, or other reasons.

%if deletable:
In case you uploaded images that you don't want that appear in the archive, you can remove this experiment clicking over this button:

%endif %if adminmode:

%endif <% images = filter(lambda i : i.is_file and i.has_tn, bucket['files']) non_images = filter(lambda i : i.is_file and not i.has_tn, bucket['files']) %>
%for (key, value) in bucket['info'].items(): %endfor
key ${bucket['meta']['key'] | h}
date ${bucket['meta']['date'] | h}
${key | h} ${value | h}
files %for item in non_images: ${item.name} %endfor
videos %for item in non_images:
${item.name + ' ' + item.info | h}
%endfor
<%include file="footer.html" />